home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / e / debug_m.readme < prev    next >
Text File  |  1994-12-18  |  2KB  |  35 lines

  1. Short:    Debug.lib translated for Amiga E
  2. Author:   vintenat@reseau.onecert.fr
  3. Uploader: vintenat@reseau.onecert.fr
  4. Type:     dev/e
  5.  
  6.     debug.m is the E module equivalent to the C linked library debug.lib.
  7. If you already know this linked library, you can skip this introduction
  8. and directly go to the TECHNICAL section.
  9.     For those who don't know this link library, let me give you a little
  10. explanation of its interest. Indeed, it contains simple input/output
  11. functions for the serial port. Thanks to them, you can use a remote debug-
  12. ging terminal linked to your Amiga via the serial port. But nobody have
  13. a debugging terminal linked to his Amiga :-) So a solution is to used
  14. Sushi which is developper tool (but also available on aminet) to intercept
  15. raw serial debugging output and to redirect it to a simple CON window.
  16. So every Amiga can take benefit from these function. But what is the
  17. interest for a sample Amiga E user in relation to the WriteF() procedure ?
  18. I see two advantages :
  19.     - debugging output isn't mixed with normal output
  20.     - you can't use functions like WriteF(), PrintF(), etc (in fact, all
  21. the dos.library function) outside a process context, in other words, you
  22. MUST use debug.m functions instead for exec tasks, devices, handlers, etc
  23.  
  24.  
  25. ============================= Archive contents =============================
  26.  
  27. Original  Packed Ratio    Date     Time    Name
  28. -------- ------- ----- --------- --------  -------------
  29.     1852     565 69.4% 15-Aug-94 04:38:54  debug.asm
  30.     2729    1395 48.8% 10-Oct-94 17:41:42  debug.doc
  31.      540     365 32.4% 15-Aug-94 04:41:12  debug.m
  32.      516     370 28.2% 15-Aug-94 04:41:12  debug.o
  33. -------- ------- ----- --------- --------
  34.     5637    2695 52.1% 11-Oct-94 13:10:18   4 files
  35.